home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
initramfs-tools
/
hooks
/
brltty
next >
Wrap
Text File
|
2008-08-06
|
303b
|
23 lines
#! /bin/sh
set -e
PREREQ=
prereqs () {
echo "$PREREQ"
}
case $1 in
prereqs)
prereqs
exit 0
;;
esac
. /usr/share/initramfs-tools/hook-functions
mkdir -p $DESTDIR/lib/brltty
copy_exec /usr/share/brltty/initramfs/brltty.sh /lib/brltty
mkdir -p $DESTDIR/sbin
copy_exec /sbin/brltty-setup /sbin